.pricing_table ul.text-info p{
    text-align-last: start;
}

.faqs-start {
    margin: 0 auto;
    padding-bottom: 3rem;
}

.smile-right_in.about .video {
	margin-top: 5rem;
}

/* Changing Font + Button Sizing – 
Footer */
footer a {
	font-size: 0.95rem !important;
}

footer span {
	font-size: 1.1rem !important;
}

footer p {
	font-size: 0.95rem !important;
}

footer img.asthro {
	max-width: 250px;
}

footer .sign img {
	max-width: 175px;
	margin-bottom: 1.5rem !important;
}

footer .sign.price span {
	line-height: 30px !important;
}

footer .sign.price ul li a {
	line-height: 27px !important;
}

footer .resource-in {
	padding: 4rem 0 0 0 !important;
}

footer .sign p {
	padding: 0 !important;
}

/* FAQs */
a.no-style {
	background: none !important;
}

a.no-style:hover {
	border: none !important;
}

/* FAQs Form */
input.hs-button.primary.large {
	color: #FFFFFF;
    font-size: 1.35rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
    width: 225px;
    height: 49px;
    background-color: #31B270;
    border-radius: 10px;
    border: none;
}


/* Fixing Responsive Sizing on Pricing Page */
media screen and (min-width: 600px) and (max-width: 850px) {
	.pricing_table_in {
		width: 700px !important;
	}
}
	